home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 August (Alt)
/
CHIP 2005-08.1.iso
/
program
/
shareware
/
Flash_Oyunlar.exe
/
bumperball.swf
/
scripts
/
DefineSprite_392
/
frame_105
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-07-13
|
308 b
|
18 lines
_root.gameLevel = _root.gameLevel + 1;
_root.MaxSpeed += 3;
if(30 < _root.MaxSpeed)
{
_root.MaxSpeed = 30;
}
_root.lowAcc += 0.3;
if(3 < _root.lowAcc)
{
_root.lowAcc = 3;
}
_root.highAcc += 0.4;
if(5 < _root.highAcc)
{
_root.highAcc = 5;
}
LevelText = "LEVEL " add _root.gameLevel;